Skip to content

RxShellContent class

Defined in

Namespace: ReactiveMarbles.ViewModel.MAUI Assembly: ReactiveMarbles.ViewModel.MAUI.dll Full name: ReactiveMarbles.ViewModel.MAUI.RxShellContent<T> Modifiers: public

Summary

View source

        ReactiveShellContent.
        

Applies to

net8.0-android34.0, net8.0-ios17.2, net8.0-windows10.0.19041, net8.0-maccatalyst17.2

Class hierarchy
classDiagram
class RxShellContent~T~
class ShellContent
ShellContent <|-- RxShellContent~T~

Inherits from: ShellContent

Constructors

NameSummary
.ctorInitializes a new instance of the [RxShellContent](# class.

Properties

NameSummary
ViewModelGets or sets the view model.
ContractGets or sets the contract for the view.

Fields

NameSummary
static ContractPropertyThe contract property.
static ViewModelPropertyThe view model property.
Inherited members

See also